home *** CD-ROM | disk | FTP | other *** search
- on skulls
- set k to 1
- repeat while k < 3
- set the castNum of sprite 13 to 41 + k
- updateStage()
- startTimer()
- repeat while the timer < 6
- end repeat
- set k to k + 1
- end repeat
- set k to 1
- repeat while k < 3
- set the castNum of sprite 13 to 43 - k
- updateStage()
- startTimer()
- repeat while the timer < 6
- end repeat
- set k to k + 1
- end repeat
- end
-